home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1994 April / Inside Multimedia CD-ROM (April 1994).iso / prg / gs / gs250.exe / EPS2PCXM.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-11-27  |  222 b   |  13 lines

  1. @echo off
  2. if "%1"=="" goto HELP
  3. gs386 -sDEVICE=pcxmono -sOutputFile=%1.PCX -r300 %1.EPS
  4. goto END
  5. :HELP
  6. echo.
  7. echo Syntax is
  8. echo.
  9. echo     EPS2PCXM File
  10. echo.
  11. echo Converts File.EPS in File.PCX with 2 colors
  12. :END
  13.